* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Sep 2010 13:39:22 +0000 (15:39 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 28 Sep 2010 13:39:22 +0000 (15:39 +0200)
commit2ee8e682b02dab5bc744f3d9bace8efd3a1d3960
treef2fe16cc3f5d57a52bc0d45af473f2337f3facf3
parent1b796b4e604c913c2a5ef23ed3d50e41c8632145
* dbusbind.c (syms_of_dbusbind): Use putenv instead of setenv, it
is more portable.

* keyboard.c (gobble_input): Move call of xd_read_queued_messages ...
(kbd_buffer_get_event): ... here. This is needed for cygwin, which
has not defined SIGIO.
src/ChangeLog
src/dbusbind.c
src/keyboard.c